curl --request DELETE \
--url https://sandbox.veritusagent.ai/api/v1/customers/{customerId}/drip-campaigns/{dripCampaignId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"reason": "customer-converted"
}
'